Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

brorand

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brorand

Random number generator for browsers and node.js

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.4M
decreased by-23.53%
Maintainers
1
Weekly downloads
 
Created

What is brorand?

The brorand npm package is a library that generates cryptographically strong pseudo-random numbers. It is often used in cryptographic operations where secure random number generation is crucial.

What are brorand's main functionalities?

Random byte array generation

This feature allows the generation of an array of random bytes of a specified length. The length is passed as an argument to the brorand function.

const brorand = require('brorand');
const randomBytes = brorand(16); // generates an array of 16 random bytes

Other packages similar to brorand

Keywords

FAQs

Package last updated on 22 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc